home *** CD-ROM | disk | FTP | other *** search
- *********************************************************************
- * LHAPAKET.SCP *
- * *
- * You can run any DOS command from a Script! *
- * *
- * This is how I backup the paKet system in an LZH archive file. *
- * Not much different to a DOS Batch file I suppose, but it is *
- * convenient to run from within paKet and of course it can *
- * include other paKet Script commands too! *
- * *
- * The Echo commands used here have absolutely NOTHING to do with *
- * the DOS command and are not required of course! I include them *
- * for demonstration purposes, including the use of a Substitution *
- * parameter - the $t is replaced by the current time. *
- *********************************************************************
-
- E
- E Running LHAPAKET Script
- E *** Archiving the paKet system with LHA at $t ***
-
- * Wait a couple of seconds to read the above messages before we go to DOS
- D 2
-
- ! c:\utility\lha a c:\backup\p60 c:\borlandc\paket\*.*
-
- E *** Archive job completed at $t ***
- E
-